home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / Menu.DIR / 00044.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  197 b   |  10 lines

  1. on exitFrame
  2.   global visible_g
  3.   puppetSound("MENU.aif")
  4.   repeat with n = 11 to 30
  5.     set the visible of sprite n to 0
  6.   end repeat
  7.   set visible_g to 11
  8.   set the visible of sprite 11 to 1
  9. end
  10.